home *** CD-ROM | disk | FTP | other *** search
- To use this program put in a directory in your dos path.
- Type key at the dos prompt; The program screen will appear. Depress the
- modifiers(caps, insert, ect..), or any combination of modifiers and then
- the key, this will be evaluated and all return values will be displayed on
- the program screen.
- This program provides a quick easy way to determine key
- values when writing programs in C or C++.
- If you like this program and use it please send $5.00
- To: Robert Bleadsoe
- 1130 37th St.
- Des Moines IA. 50311
- I also have created an #INCLUDE file; key.h which defines all
- key values and a version of key.exe that also gives you the definitions of
- the modifier-key combinations. Example: Instead of if(key==0x11b),
- use if(key==ESC). This helps make your programing much easier to follow
- and cuts down on the need for notes in the program.
- To obtain key.h and the enhanced version of key.exe instead of
- the above send $15.00 and a self addressed stamped envelope that will hold
- a 5.25 floppy to the name and address above.
- */ Please distribute this program freely. The file key.doc
- must be present and unaltered for key.exe to run./*
-
- **** PRESS ANY KEY TO EXIT PROGRAM ****